home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvichk / Readme < prev   
Text File  |  1993-02-21  |  1KB  |  45 lines

  1. This is the beta-testing release of dvichk, a utility to print out the 
  2. page numbers of a .dvi/.log file created by the TeX formatter.
  3.  
  4.  
  5. This is the C port of the Pascal program of the same name by 
  6. Thomas Esken <esken@obelix.uni-muenster.de> , <find03@fx1.hrz.uni-dortmund.de>.
  7. You can get the original (PC-Version with Turbo-Pacal source) via anonymous ftp
  8. from the largest german TeX-archive <rusmv1.uni-stuttgart.de , 129.69.1.12>.
  9.  
  10. It has been converted to C via p2c, the Pascal-to-C converter written by
  11. Dave Gillespie, <synaptx!daveg@uunet.UU.NET>.
  12.  
  13.  
  14.  
  15. Manifest:
  16. ========
  17. You should have obtained dvichk.c, dvichk.eng.doc, dvichk.ger.doc,
  18. p2clib.c, p2c.h, Makefile.ger, Makefile.eng and this Readme.
  19. And the Gnu Public licence.
  20.  
  21.  
  22.  
  23. Changes against the PC version:
  24. ==============================
  25. I took out the file wildcarding option (may be build in later).
  26.  
  27.  
  28.  
  29. How to install:
  30. ===============
  31. In case you need german messages :
  32.   copy Makefile.ger to Makefile, otherwise 
  33.   copy Makefile.eng to Makefile !
  34. Then edit `Makefile' to reflect your local environment.
  35. Type `make' or `make help' for an overview.
  36. Type `make dvichk' to create DVIChk.
  37.  
  38.  
  39.  
  40.  
  41. Copyright notes:
  42. ================
  43. p2c.h, p2clib.c is
  44.    (C) 1989, 1990, 1991  Free Software Foundation, Inc.
  45.